home *** CD-ROM | disk | FTP | other *** search
- Path: viking.cris.com!Maker
- From: Maker@cris.com (Rodney Gau)
- Newsgroups: comp.lang.c++
- Subject: > 64K code under small model possible?
- Date: 18 Apr 1996 03:43:15 GMT
- Organization: Concentric Internet Services
- Message-ID: <4l4doj$sdl@tribune.concentric.net>
- NNTP-Posting-Host: viking.cris.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- I hope somebody can answer this question so I can stop beating
- myself up trying to guess the answer myself...
-
- Isn't there some way to have more than 64K of code under the
- small memory model? I've tried wrapping up functions into
- classes hoping the resultant members would reside on the heap
- to relieve the burden in my cramped _TEXT code segment, but
- with no luck (worth a try :). I know there are ways to swing
- >64K of data under the small model, so figure there's gotta be
- some way to do the same with code.
-
- I realize switching to the medium memory model would work, but
- I absolutely want to remain with the small model. Hope you can
- help.
-
- Thanks!
- --Rod
-